Papers with mutual enhancement
CARE: Co-Attention Network for Joint Entity and Relation Extraction (2024.lrec-main)
Copied to clipboard
| Challenge: | Existing joint entity and relation extraction methods suffer from feature confusion or inadequate interaction between the two subtasks. |
| Approach: | They propose a Co-Attention network for joint entity and relation extraction that adopts a parallel encoding strategy to learn separate representations for each subtask. |
| Outcome: | The proposed model outperforms existing models on three datasets . it uses a parallel encoding strategy to learn separate representations for each subtask . |
Parrot: A Training Pipeline Enhances Both Program CoT and Natural Language CoT for Reasoning (2025.emnlp-main)
Copied to clipboard
Senjie Jin, Lu Chen, Zhiheng Xi, Yuhui Wang, Sirui Song, Yuhao Zhou, Xinbo Zhang, Peng Sun, Hong Lu, Tao Gui, Qi Zhang, Xuanjing Huang
| Challenge: | Existing work focuses on enabling models to generate natural language chain-of-thought rationales or leverage executable and verifiable code, such as Python. |
| Approach: | They propose a novel training pipeline that integrates sequential P-CoT and N-Co T generation and a subtask hybrid training strategy to facilitate natural language transferability. |
| Outcome: | The proposed training pipeline improves both N-CoT and P-Co T performance over the RL baseline. |